home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / prntutil / 2col103 / 2_column.txt < prev    next >
Text File  |  1995-04-25  |  3KB  |  101 lines

  1.  
  2.  
  3. 2_COLUMNS Version 1.03 (November 29, 1991)
  4.  
  5. by Dan Panke
  6.  
  7. 2_COLUMNS was written in GFA Basic 3.5
  8.  
  9.  
  10. 2_COLUMNS is a very simple program written to save printer paper.
  11. Here is the systematic process of 2_COLUMNS.
  12.  
  13.     STEP 1. 2_COLUMNS looks for a file called '2_COLUMN.INF'. If its
  14.     found, 2_COLUMNS will assume this to be a new printer driver and
  15.     load it accordingly. If the '2_COLUMN.INF' file is not found,
  16.     2_COLUMNS uses a default setting which, hopefully, will work with
  17.     your printer.
  18.  
  19.     STEP 2. You will be asked to select a text file to print via the
  20.     fileselector.
  21.  
  22.     STEP 3. 2_COLUMNS scans the text file and removes all TABS and
  23.     replaces them with 4 spaces. (NOTE: If you use TABS for spacing
  24.     your text files, 2_COLUMNS may not print these files properly.)
  25.     Form feeds are removed at this time as well. Text is also scanned
  26.     to see if any lines exceed 80 characters in length. If any text
  27.     line exceeds 80 characters an Alert Box will appear and ask you
  28.     if you wish to continue or quit.
  29.  
  30.     STEP 4. 2_COLUMNS prints the text file. Once the file has been
  31.     printed, 2_COLUMNS goes back to STEP 2.
  32.  
  33. NOTES:
  34.     The '2_COLUMN.INF' listed file below is self-explanitory (It is
  35.     also different from the default setting). You really shouldn't
  36.     have any trouble modifying it with a text editor to suit any kind
  37.     of printer. You may want to try dividing your paper in half pages.
  38.     For example, most printers allow 66 lines per page. Set the
  39.     printer driver to print 33 lines per page with spaces accordingly.
  40.  
  41.  
  42.  
  43. '2_COLUMN.INF' listing
  44.  
  45. Printer: OKIDATA MICROLINE 380 - 24 pin
  46.  
  47. The printer driver for 2_columns is simple. First we start with the
  48. page spacing. Don't leave spaces at the front of valid command lines.
  49. The '2_COLUMN.PRG' does not start any kind of input until a numeric
  50. input is encountered at the start of a line.
  51.  
  52. 3   TOP SPACING GAP (3 lines)
  53. 58  NUMBER OF TEXT LINES (58 lines)
  54. 5   BOTTOM SPACING GAP (5 lines)
  55.  
  56. Some kind of non-numeric gap must be left before giving the printer 
  57. initialization code.
  58.  
  59. 27  BEGIN COMPRESSED PROPORTIONAL SPACING
  60. 33
  61. 6
  62. 27  SET ONE TAB AT TAB SETTING 96 (Compressed Proportional on the
  63. 68  OKIDATA 380 allows 192 characters per line)
  64. 96
  65. 0
  66.  
  67. Another gap before giving the exit printer code.
  68.  
  69. 27  RESET PRINTER TO DEFAULT VALUES
  70. 64
  71.  
  72. END... That's it!
  73.  
  74.  
  75.  
  76. If you have any comments, questions or suggestions, please feel free 
  77. to contact me.
  78.  
  79.     Dan Panke
  80.     3559 Trappers Road,
  81.     Gloucester, Ontario
  82.     Canada  K1T 2R1
  83.  
  84.     GEnie:  D.PANKE
  85.     CompuServe:  73257,2635
  86.     Delphi:  DPANKE
  87.  
  88.  
  89. If you're looking for an excellent source of software at reasonable
  90. prices, look no further. Just send $1.00 or a blank disk to ST-PLUG
  91. and you'll receive descriptions and ordering information for the
  92. complete line of Budgie UK products (the disk will also contain a few
  93. useful programs as well!)
  94.  
  95.         ST-PLUG
  96.         1670 Heron Road, Box 22026,
  97.         Ottawa, Ontario
  98.         Canada  K1V 0C2
  99.         BBS (613) 731-2779
  100.  
  101.